- countUserAchievements
void countUserAchievements(int* count)
Undocumented in source. Be warned that the author may not have intended to support it.
- fetchUserAchievements
void fetchUserAchievements(void function(DiscordResult) callback)
Undocumented in source. Be warned that the author may not have intended to support it.
- getUserAchievement
DiscordResult getUserAchievement(DiscordSnowflake achievementId, DiscordUserAchievement* userAchievement)
Undocumented in source. Be warned that the author may not have intended to support it.
- getUserAchievementAt
DiscordResult getUserAchievementAt(int index, DiscordUserAchievement* userAchievement)
Undocumented in source. Be warned that the author may not have intended to support it.
- setUserAchievement
void setUserAchievement(DiscordSnowflake achievementId, ubyte percentComplete, void function(DiscordResult) callback)
Undocumented in source. Be warned that the author may not have intended to support it.